SVOLIO

Section: User Commands (1)
Index Return to Main Contents

BSD mandoc
UCSD P-system 0.2  

NAME

svolio - UCSD volume I/O  

SYNOPSIS

svolio -l | e volume-file
svolio [-t ] volume-file file ...  

DESCRIPTION

svolio is a utility program to read UCSD volume images. It can list the directory ans read files in binary mode as well as in text mode. When reading files, the data is written to stdout. volume-file can be either in .svol format or in .dsk format, used by Apple][-emulators. The .svol format does not specify a byte order. svolio tries to automagically determine the correct byte order  

OPTIONS

The following options are accepted by svolio

-l volume-file
show the directory of volume-file
-e volume-file
show extended directory listing of volume-file
-t
Read the file using text mode. In text mode, the first two blocks are skiped (they do contain UCSD editor internal data), DLEs and line endings are converted.

 

EXAMPLES

To read the contents of the volume file apple1.svol execute

svolio -l apple1.dsk

To extract Ps SYSTEM.PASCAL you can use

svolio apple1.dsk system.pascal > system.pascal

To take (yet another) view of GRAFDEMO.TEXT execute

svolio -t apple3.dsk grafdemo.text | less
 

SEE ALSO

ucsd(1), svolcvt(1),
Apple Pascal Operating System Reference Manual 1980 Appendix C File formats/Text files
 

AUTHOR

An Mario Klebsch <mario@klebsch.de>  

BUGS

svolio should be able to write to volume-file
 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLES
SEE ALSO
AUTHOR
BUGS

This document was created by man2html, using the manual pages.
Time: 13:30:36 GMT, January 13, 2023